From 7e278bd1af0c50f09c01690789904bf9e0ffe566 Mon Sep 17 00:00:00 2001 From: Jyrki Gadinger Date: Tue, 22 Apr 2025 11:54:26 +0200 Subject: [PATCH] ci: pin craft revision to a specific commit 25.03-nc still has pkg-config in it, which recently got replaced in Craft by pkgconf Signed-off-by: Jyrki Gadinger --- craftmaster.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/craftmaster.ini b/craftmaster.ini index bde34074c..a201df5fa 100644 --- a/craftmaster.ini +++ b/craftmaster.ini @@ -1,7 +1,8 @@ [General] Branch = master -ShallowClone = True # CraftUrl = https://github.com/allexzander/craft.git +CraftRevision = ec08a9becf7f7749c0d39282561ba5468b80d5e6 +ShallowClone = False # Variables defined here override the default value # The variable names are casesensitive -- 2.30.2